body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
td,
th,
caption {
  font-size: 14px;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: unset;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline: unset;
  border: unset;
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.img-box {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
@media (min-width: 1470px) {
  .container {
    width: 1440px;
    max-width: 1440px;
    padding: 0 15px;
  }
  .container .row {
    margin: 0 -15px;
  }
  .container .row > div {
    padding: 0 15px;
  }
}
.fszero {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
.fszero h1 {
  font-size: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.slick-dots li button {
  display: none;
}
.slick-track {
  margin-left: unset;
}
body {
  background-color: #fff;
  font-family: "Arial", Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  overflow-x: hidden;
}
:root {
  scroll-behavior: unset;
}
.online {
  z-index: 999;
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .online {
    top: 75%;
  }
}
.online ul li:not(:last-child) {
  margin-bottom: 8px;
}
.online ul li a {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: relative;
}
.online ul li a .icon i {
  color: #fff;
  font-size: 24px;
}
.online ul li a .detail {
  position: absolute;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  left: 0;
  padding: 13px 8px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.online ul li a .detail p {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
.online ul li a:hover {
  background-color: #206539;
}
.online ul li a:hover .detail {
  opacity: 1;
  pointer-events: initial;
}
.box-searchbox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-searchbox .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-searchbox .container .close {
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 10px;
  color: #fff;
}
.box-searchbox .container p {
  width: 100%;
  margin-bottom: 50px;
  padding: unset;
  animation: zoomIn 1s 0s ease both;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
}
.box-searchbox .container form {
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.box-searchbox .container form input {
  border: unset;
  outline: unset;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  height: 60px;
  width: 90%;
}
.box-searchbox .container form button {
  border: unset;
  outline: unset;
  background-color: rgba(0, 0, 0, 0);
}
.box-searchbox .container form button i {
  color: #fff;
  font-size: 24px;
}
.fiveKeys {
  z-index: 999;
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #206539;
  display: none;
}
@media (max-width: 1199px) {
  .fiveKeys {
    display: block;
  }
}
.fiveKeys ul {
  display: flex;
  height: 100%;
}
.fiveKeys ul li {
  flex: 20%;
  height: 100%;
  width: 20%;
  position: relative;
}
.fiveKeys ul li a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fiveKeys ul li a i {
  display: block;
  font-size: 20px;
}
@media (min-width: 767px) {
  .fiveKeys ul li a i {
    font-size: 22px;
  }
}
.fiveKeys ul li a p {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 767px) {
  .fiveKeys ul li a p {
    font-size: 16px;
  }
}
.fiveKeys ul li .QrcodePic {
  display: none;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -100%);
}
.fiveKeys ul li .QrcodePic img {
  width: 100%;
  height: auto;
}
.box-newsdetailMain {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .box-newsdetailMain {
    padding: 30px 0;
  }
}
.box-newsdetailMain .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.box-newsdetailMain .title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  color: #000;
}
@media (max-width: 767px) {
  .box-newsdetailMain .title h2 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.box-newsdetailMain .title .time {
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: #206539;
}
@media (max-width: 767px) {
  .box-newsdetailMain .title .time {
    padding: unset;
    margin-top: 10px;
  }
}
.box-newsdetailMain .title .time svg {
  margin-right: 10px;
  transform: translateY(0px);
}
.box-newsdetailMain .title .time svg path {
  fill: #206539;
}
.box-newsdetailMain .title .time p {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .box-newsdetailMain .title .time p {
    font-size: 14px;
  }
}
.box-newsdetailMain .main {
  padding-bottom: 30px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  border-bottom: 1px solid #eee;
}
.box-newsdetailMain .main p {
  width: 100%;
  padding-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .box-newsdetailMain .main p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.box-newsdetailMain .main img {
  width: 33.33%;
  height: auto;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .box-newsdetailMain .main img {
    width: 100%;
    padding: unset;
    margin-bottom: 15px;
  }
  .box-newsdetailMain .main img:nth-last-of-type(1) {
    margin-bottom: unset;
  }
}
.box-newsdetailMain .realteDetail {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .box-newsdetailMain .realteDetail {
    padding: 0px;
  }
}
.box-newsdetailMain .realteDetail > div {
  display: flex;
  align-items: center;
}
.box-newsdetailMain .realteDetail .icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #206539;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 20px;
}
.box-newsdetailMain .realteDetail a {
  display: inline-flex;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  align-items: center;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .box-newsdetailMain .realteDetail a {
    font-size: 14px;
    width: 70.1042vw;
  }
}
.box-newsdetailMain .realteDetail a:hover {
  color: #206539;
  text-decoration: underline;
}
.box-newsdetailMain .sharegroup {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.box-newsdetailMain .sharegroup .txt {
  margin-right: 10px;
}
.nosearch {
  padding-bottom: 30px;
}
.nosearch h3 {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  padding: 10px 0;
}
.nosearch p {
  padding: 10px;
  background-color: #206539;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
}
.wrap-sitemap {
  padding-bottom: 40px;
}
.wrap-sitemap .title {
  text-align: left;
  margin-top: 40px;
}
.wrap-sitemap .title h2 {
  font-size: 30px;
  color: #206539;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-sitemap .sitemap-vertical {
    margin-top: 30px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li {
    min-height: 38px;
    margin-top: 20px;
    padding-left: 0;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  display: inline-block;
  min-width: 240px;
  padding: 10px 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.5s;
  text-transform: capitalize;
  border: 1px solid #666;
  color: #222;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > a {
    font-size: 16px;
    min-width: 140px;
    padding: 4px 10px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a {
  color: #fff;
  background-color: #206539;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul {
  position: relative;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul {
    margin: 0 -10px;
    margin-top: 10px;
    padding: 0;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  display: block;
  padding: 5px 30px;
  color: #222;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul > li > a {
    font-size: 14px;
    line-height: 30px;
    min-width: auto;
    padding: 0 10px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a {
  text-decoration: underline;
  color: #206539;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul {
    padding: 0;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li {
  display: inline-block;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li a {
  line-height: 30px;
  display: block;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li a {
    font-size: 13px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover a {
  text-decoration: underline;
  color: #206539;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul:hover > a {
  text-decoration: underline;
  color: #cd0010;
}
.inquire-page {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .inquire-page {
    padding-top: 90px;
  }
}
.inquire-page .container {
  border-bottom: 1px dashed #888888;
}
.inquire-page .car-table table {
  width: 100%;
}
.inquire-page .car-table table tr td:nth-child(1),
.inquire-page .car-table table tr th:nth-child(1) {
  width: 14.82269504%;
  padding-left: 3.19148936%;
}
@media (max-width: 767px) {
  .inquire-page .car-table table tr td:nth-child(1),
  .inquire-page .car-table table tr th:nth-child(1) {
    padding-left: 5px;
    width: 17.822695%;
  }
}
.inquire-page .car-table table tr td:nth-child(1) input,
.inquire-page .car-table table tr th:nth-child(1) input {
  margin: 0;
  border-color: #c3ccd2;
  background-color: transparent;
}
.inquire-page .car-table table tr td:nth-child(2),
.inquire-page .car-table table tr th:nth-child(2) {
  width: 54.25531915%;
}
@media (max-width: 991px) {
  .inquire-page .car-table table tr td:nth-child(2),
  .inquire-page .car-table table tr th:nth-child(2) {
    width: 45.255319%;
  }
}
@media (max-width: 767px) {
  .inquire-page .car-table table tr td:nth-child(2),
  .inquire-page .car-table table tr th:nth-child(2) {
    width: 42.255319%;
  }
}
.inquire-page .car-table table tr td:nth-child(3),
.inquire-page .car-table table tr th:nth-child(3) {
  width: 15.95744681%;
}
@media (max-width: 991px) {
  .inquire-page .car-table table tr td:nth-child(3),
  .inquire-page .car-table table tr th:nth-child(3) {
    width: 24.957447%;
  }
}
.inquire-page .car-table table tr td:nth-child(4),
.inquire-page .car-table table tr th:nth-child(4) {
  width: 14.89361702%;
}
.inquire-page .car-table table thead {
  border: 1px solid #d5d5d5;
  background-color: #206539;
}
.inquire-page .car-table table thead tr {
  height: 55px;
}
@media (max-width: 991px) {
  .inquire-page .car-table table thead tr {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .inquire-page .car-table table thead tr {
    height: 40px;
  }
}
.inquire-page .car-table table thead th {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .inquire-page .car-table table thead th {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inquire-page .car-table table thead th {
    font-size: 12px;
  }
}
.inquire-page .car-table table thead th:nth-child(1) span {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .inquire-page .car-table table thead th:nth-child(1) span {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .inquire-page .car-table table thead th:nth-child(1) span {
    padding-left: 0;
  }
}
.inquire-page .car-table table thead th:nth-child(3),
.inquire-page .car-table table thead th:nth-child(4) {
  text-align: center;
}
.inquire-page .car-table table tbody tr {
  border-bottom: 1px solid #e4e4e4;
}
.inquire-page .car-table table tbody tr td:nth-child(2) {
  padding: 35px 0;
}
@media (max-width: 991px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) {
    padding: 20px 0;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(2) .pic {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  max-width: 160px;
}
.inquire-page .car-table table tbody tr td:nth-child(2) p {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5.22875817%;
  max-width: calc(100% -160px);
  font-size: 18px;
  color: #333333;
}
@media (max-width: 1199px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 12px;
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(3) {
  text-align: center;
}
.inquire-page .car-table table tbody tr td:nth-child(3) span {
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
  display: inline-block;
  width: 37px;
  height: 33px;
  font-size: 18px;
  line-height: 31px;
  color: #333333;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span {
    width: 30px;
    height: 25px;
    line-height: 20px;
    font-size: 15px;
  }
}
@media (max-width: 520px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span {
    width: 15px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span:hover {
    background-color: #206539;
    color: #fff;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(3) input {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  width: 64px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) input {
    width: 45px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) input {
    width: 30px;
    font-size: 12px;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(4) {
  text-align: center;
}
.inquire-page .car-table table tbody tr td:nth-child(4) svg {
  cursor: pointer;
}
.inquire-page .car-table table tbody tr td:nth-child(4) svg path {
  transition: all 0.3s;
}
.inquire-page .car-table table tbody tr td:nth-child(4) svg:hover path {
  fill: #206539;
}
.inquire-page .car-table table .shopping-close {
  display: flex;
  justify-content: center;
}
.inquire-page .detailTit {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px dashed #999999;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .inquire-page .detailTit {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.box_OnlineMessage {
  padding-top: 105px;
  padding-bottom: 105px;
}
@media (max-width: 1199px) {
  .box_OnlineMessage {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .box_OnlineMessage {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .box_OnlineMessage {
    padding: 40px 0;
  }
}
.box_OnlineMessage .box-tit {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .box_OnlineMessage .box-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .box_OnlineMessage .box-tit {
    margin-bottom: 20px;
  }
}
.box_OnlineMessage .box-tit p {
  text-align: center;
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 80.952% */
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .box_OnlineMessage .box-tit p {
    font-size: 32px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .box_OnlineMessage .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .box_OnlineMessage .box-tit p {
    font-size: 24px;
  }
}
.box_OnlineMessage .formbox {
  width: 100%;
}
.box_OnlineMessage .formbox form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_OnlineMessage .formbox .inputGroup {
  width: 49%;
  height: 60px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .box_OnlineMessage .formbox .inputGroup {
    width: 100%;
    height: 45px;
  }
}
.box_OnlineMessage .formbox .inputGroup textarea,
.box_OnlineMessage .formbox .inputGroup input {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 31px;
}
.box_OnlineMessage .formbox .inputGroup textarea:focus ~ label,
.box_OnlineMessage .formbox .inputGroup input:focus ~ label,
.box_OnlineMessage .formbox .inputGroup textarea:valid ~ label,
.box_OnlineMessage .formbox .inputGroup input:valid ~ label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
  padding: 3px;
  background-color: #fff;
}
.box_OnlineMessage .formbox .inputGroup label {
  pointer-events: none;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 31px;
  transform: translateY(-50%);
  color: #999999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.box_OnlineMessage .formbox .Message {
  width: 100%;
  height: 244px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .box_OnlineMessage .formbox .Message {
    height: 190px;
  }
}
.box_OnlineMessage .formbox .Message textarea {
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0);
  padding: 31px;
}
.box_OnlineMessage .formbox .Message label {
  top: 16%;
}
.box_OnlineMessage .formbox .buttonbox {
  display: flex;
  justify-content: center;
  width: 100%;
}
.box_OnlineMessage .formbox .buttonbox button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #206539;
}
@media (max-width: 1199px) {
  .box_OnlineMessage .formbox .buttonbox button {
    width: 100%;
    height: 45px;
  }
}
.box_OnlineMessage .formbox .buttonbox button span {
  color: #fff;
  text-align: right;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.icon {
  line-height: 1;
}
.icon i {
  line-height: 1;
}
.slick-slide {
  font-size: 0;
  border: unset !important;
}
.index_Banner {
  width: 100%;
}
.index_Banner .slick_indexBanner {
  width: 100%;
}
.index_Banner .slick_indexBanner .item {
  width: 100%;
}
.index_Banner .slick_indexBanner .item .pic {
  width: 100%;
}
.index_Banner .slick_indexBanner .item .pic .img-box {
  padding-bottom: 50%;
}
@media (max-width: 1199px) {
  .fancybox-slide > * {
    width: 100%;
    padding: 0px;
    margin: 0;
  }
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  font-size: 0;
}
@media (max-width: 1199px) {
  .banner {
    margin-top: 60px;
  }
}
.banner img {
  display: block;
  width: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-pagination {
  bottom: 86px;
}
@media (max-width: 1199px) {
  .banner .swiper-pagination {
    bottom: 5%;
  }
}
.banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 10px;
  opacity: 1;
  width: 11px;
  height: 11px;
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.5s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
}
.banner #video-id_fluid_controls_container {
  display: none;
}
.banner .banner-video-box {
  display: block;
  padding-bottom: 50%;
  position: relative;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner .banner-video-box .banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-video-box .fluid_initial_play {
  background-color: #206539 !important;
}
.banner .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e66e';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
}
header .header .header_t {
  height: 50px;
  background-color: #206539;
}
@media (max-width: 1199px) {
  header .header .header_t {
    background-color: #fff;
    height: 60px;
  }
}
header .header .header_t .container {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header .header_t .container .header_t_l {
  height: inherit;
}
header .header .header_t .container .header_t_l .media {
  height: inherit;
}
@media (max-width: 1199px) {
  header .header .header_t .container .header_t_l .media {
    display: none;
  }
}
header .header .header_t .container .header_t_l .media ul {
  height: inherit;
  display: flex;
  align-items: center;
}
header .header .header_t .container .header_t_l .media ul li:not(:last-child) {
  margin-right: 16px;
}
header .header .header_t .container .header_t_l .media ul li a i {
  color: #fff;
  font-size: 20px;
}
header .header .header_t .container .header_t_l .mobile_logo {
  height: inherit;
  display: none;
}
@media (max-width: 1199px) {
  header .header .header_t .container .header_t_l .mobile_logo {
    display: block;
  }
}
header .header .header_t .container .header_t_l .mobile_logo a {
  height: inherit;
  display: flex;
  align-items: center;
}
header .header .header_t .container .header_t_l .mobile_logo a img {
  height: inherit;
}
@media (max-width: 767px) {
  header .header .header_t .container .header_t_l .mobile_logo a img {
    width: 80%;
    height: auto;
  }
}
header .header .header_t .container .header_t_r {
  height: inherit;
}
header .header .header_t .container .header_t_r .func {
  height: inherit;
  display: flex;
  align-items: center;
}
header .header .header_t .container .header_t_r .func > div:not(:last-child) {
  padding-right: 24px;
  position: relative;
}
header .header .header_t .container .header_t_r .func > div:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #fff;
  right: 0;
}
@media (max-width: 1199px) {
  header .header .header_t .container .header_t_r .func > div:not(:last-child)::before {
    background-color: #206539;
  }
}
header .header .header_t .container .header_t_r .func > div:not(:first-child) {
  padding-left: 24px;
}
@media (max-width: 767px) {
  header .header .header_t .container .header_t_r .func .googleTanslate {
    display: none;
  }
}
header .header .header_t .container .header_t_r .func .search {
  cursor: pointer;
}
header .header .header_t .container .header_t_r .func .search .icon i {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1199px) {
  header .header .header_t .container .header_t_r .func .search .icon i {
    color: #206539;
  }
}
header .header .header_t .container .header_t_r .func .language a {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  header .header .header_t .container .header_t_r .func .language a {
    color: #206539;
  }
}
header .header .header_t .container .header_t_r .func .mobilenavBTN {
  position: relative;
  z-index: 9999;
  display: none;
}
@media (max-width: 1199px) {
  header .header .header_t .container .header_t_r .func .mobilenavBTN {
    display: block;
  }
}
header .header .header_t .container .header_t_r .func .mobilenavBTN .BTN {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header .header .header_t .container .header_t_r .func .mobilenavBTN .BTN span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #000;
  transition: all 0.3s;
}
header .header .header_t .container .header_t_r .func .mobilenavBTN .BTN span:nth-last-of-type(1) {
  margin-bottom: unset;
}
header .header .header_t .container .header_t_r .func .mobilenavBTN .active span {
  margin-bottom: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  background-color: #206539;
}
header .header .header_t .container .header_t_r .func .mobilenavBTN .active span:nth-child(1) {
  transform: rotate(45deg);
}
header .header .header_t .container .header_t_r .func .mobilenavBTN .active span:nth-child(3) {
  transform: rotate(-45deg);
}
header .header .header_t .container .header_t_r .func .mobilenavBTN .active span:nth-child(2) {
  display: none;
}
header .header .header_b {
  height: 80px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  header .header .header_b {
    height: 0px;
  }
}
header .header .header_b .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
header .header .header_b .container .header_b_l {
  height: inherit;
}
@media (max-width: 1199px) {
  header .header .header_b .container .header_b_l {
    display: none;
  }
}
header .header .header_b .container .header_b_l .logo {
  height: inherit;
}
header .header .header_b .container .header_b_l .logo a {
  height: inherit;
  display: flex;
  align-items: center;
}
header .header .header_b .container .header_b_r {
  height: inherit;
}
@media (max-width: 1199px) {
  header .header .header_b .container .header_b_r {
    width: 100%;
    height: max-content;
  }
}
header .header .header_b .container .header_b_r .menu {
  height: inherit;
}
@media (max-width: 1199px) {
  header .header .header_b .container .header_b_r .menu {
    z-index: 999;
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100vh - 120px);
    width: 100%;
    background-color: #fff;
    display: none;
  }
}
header .header .header_b .container .header_b_r .menu > ul {
  height: inherit;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  header .header .header_b .container .header_b_r .menu > ul {
    flex-direction: column;
    height: max-content;
    align-items: flex-start;
    padding: 30px 20px;
  }
}
header .header .header_b .container .header_b_r .menu > ul > li {
  height: inherit;
  position: relative;
  perspective: 500;
  -webkit-perspective: 500;
}
@media (max-width: 1199px) {
  header .header .header_b .container .header_b_r .menu > ul > li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
}
header .header .header_b .container .header_b_r .menu > ul > li:not(:last-child) {
  margin-right: 70px;
}
@media (max-width: 1199px) {
  header .header .header_b .container .header_b_r .menu > ul > li:not(:last-child) {
    margin-right: unset;
    margin-bottom: 10px;
  }
}
header .header .header_b .container .header_b_r .menu > ul > li > a {
  height: inherit;
  display: flex;
  align-items: center;
  color: #333;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 1199px) {
  header .header .header_b .container .header_b_r .menu > ul > li > a {
    width: 80%;
  }
}
header .header .header_b .container .header_b_r .menu > ul > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: all 0.5s;
  height: 3px;
  background-color: #206539;
}
header .header .header_b .container .header_b_r .menu > ul > li > .switch {
  width: 20%;
  height: 20px;
  flex-shrink: 0;
  display: none;
}
@media (max-width: 1199px) {
  header .header .header_b .container .header_b_r .menu > ul > li > .switch {
    display: flex;
    justify-content: flex-end;
  }
}
header .header .header_b .container .header_b_r .menu > ul > li > .switch > div {
  width: 20px;
  height: inherit;
  position: relative;
}
header .header .header_b .container .header_b_r .menu > ul > li > .switch > div span {
  width: 18px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  background-color: #222;
}
header .header .header_b .container .header_b_r .menu > ul > li > .switch > div span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
header .header .header_b .container .header_b_r .menu > ul > li > .switchOn > div span:last-child {
  transform: translate(-50%, -50%) rotate(360deg);
}
header .header .header_b .container .header_b_r .menu > ul > li > ul {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(100%) translateX(-50%) rotateX(-50deg);
  transform-origin: top center;
  width: max-content;
  padding: 15px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  header .header .header_b .container .header_b_r .menu > ul > li > ul {
    transform: unset;
    transition: unset;
    width: 100%;
    position: unset;
    left: unset;
    opacity: 1;
    pointer-events: initial;
    padding-bottom: unset;
    display: none;
  }
}
header .header .header_b .container .header_b_r .menu > ul > li > ul > li:not(:last-child) {
  margin-bottom: 5px;
}
header .header .header_b .container .header_b_r .menu > ul > li > ul > li > a {
  display: block;
  color: #222;
  font-size: 16px;
  transition: all 0.5s;
}
header .header .header_b .container .header_b_r .menu > ul > li > ul > li > a:hover {
  transform: translateX(3px);
  color: #206539;
}
header .header .header_b .container .header_b_r .menu > ul > li:hover > a::before {
  width: 100%;
  display: none;
}
header .header .header_b .container .header_b_r .menu > ul > li:hover > ul {
  transform: translateY(100%) translateX(-50%) rotateX(0deg);
  opacity: 1;
  pointer-events: initial;
}
@media (max-width: 1199px) {
  header .header .header_b .container .header_b_r .menu > ul > li:hover > ul {
    transform: unset;
  }
}
.con1580 {
  width: 82.2917vw;
  margin: 0 auto;
}
main .index_Category {
  padding-top: 95px;
}
@media (max-width: 1199px) {
  main .index_Category {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  main .index_Category {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  main .index_Category {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  main .index_Category ul {
    padding: 0 12px;
  }
}
main .index_Category ul li:not(:last-child) {
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  main .index_Category ul li:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .index_Category ul li:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main .index_Category ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
main .index_Category ul li .index_Category_item {
  display: flex;
}
@media (max-width: 1199px) {
  main .index_Category ul li .index_Category_item {
    flex-direction: column-reverse;
  }
}
main .index_Category ul li .index_Category_item .index_Category_item_l {
  padding-left: 10.4167vw;
  width: 50.78125%;
  padding-top: 3.6458vw;
  padding-right: 8.8542vw;
}
@media (max-width: 1680px) {
  main .index_Category ul li .index_Category_item .index_Category_item_l {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1580px) {
  main .index_Category ul li .index_Category_item .index_Category_item_l {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0px;
  }
}
@media (max-width: 1199px) {
  main .index_Category ul li .index_Category_item .index_Category_item_l {
    width: 100%;
    padding-left: unset;
    padding-right: unset;
  }
}
main .index_Category ul li .index_Category_item .index_Category_item_l .tit {
  padding-top: 50px;
  position: relative;
  margin-bottom: 19px;
}
@media (max-width: 1410px) {
  main .index_Category ul li .index_Category_item .index_Category_item_l .tit {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  main .index_Category ul li .index_Category_item .index_Category_item_l .tit {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
main .index_Category ul li .index_Category_item .index_Category_item_l .tit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 1199px) {
  main .index_Category ul li .index_Category_item .index_Category_item_l .tit::before {
    display: none;
  }
}
main .index_Category ul li .index_Category_item .index_Category_item_l .tit a {
  color: #333;
  font-family: "Maven Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  main .index_Category ul li .index_Category_item .index_Category_item_l .tit a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  main .index_Category ul li .index_Category_item .index_Category_item_l .tit a {
    font-size: 18px;
  }
}
main .index_Category ul li .index_Category_item .index_Category_item_l .intro {
  margin-bottom: 114px;
}
@media (max-width: 1680px) {
  main .index_Category ul li .index_Category_item .index_Category_item_l .intro {
    margin-bottom: 60px;
  }
}
@media (max-width: 1580px) {
  main .index_Category ul li .index_Category_item .index_Category_item_l .intro {
    margin-bottom: 40px;
  }
}
@media (max-width: 1410px) {
  main .index_Category ul li .index_Category_item .index_Category_item_l .intro {
    margin-bottom: 20px;
  }
}
main .index_Category ul li .index_Category_item .index_Category_item_l .intro p {
  color: #666;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  main .index_Category ul li .index_Category_item .index_Category_item_l .intro p {
    font-size: 14px;
    line-height: 1.6;
  }
}
main .index_Category ul li .index_Category_item .index_Category_item_l .more a {
  padding: 9px 20px 13px 25px;
  border-radius: 8px;
  background: #206539;
  display: flex;
  align-items: center;
  width: max-content;
  border: 1px solid #206539;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  main .index_Category ul li .index_Category_item .index_Category_item_l .more a {
    padding: 9px;
  }
}
main .index_Category ul li .index_Category_item .index_Category_item_l .more a span {
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  text-transform: capitalize;
  margin-right: 88px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  main .index_Category ul li .index_Category_item .index_Category_item_l .more a span {
    line-height: 1;
  }
}
main .index_Category ul li .index_Category_item .index_Category_item_l .more a .icon {
  transition: all 0.5s;
}
main .index_Category ul li .index_Category_item .index_Category_item_l .more a .icon i {
  color: #fff;
  font-size: 26px;
  transition: all 0.5s;
}
main .index_Category ul li .index_Category_item .index_Category_item_l .more a:hover {
  background-color: rgba(0, 0, 0, 0);
}
main .index_Category ul li .index_Category_item .index_Category_item_l .more a:hover span {
  color: #206539;
}
main .index_Category ul li .index_Category_item .index_Category_item_l .more a:hover .icon {
  transform: rotate(405deg);
}
main .index_Category ul li .index_Category_item .index_Category_item_l .more a:hover .icon i {
  color: #206539;
}
main .index_Category ul li .index_Category_item .index_Category_item_r {
  width: 49.21875%;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  main .index_Category ul li .index_Category_item .index_Category_item_r {
    width: 100%;
  }
}
main .index_Category ul li .index_Category_item .index_Category_item_r .pic {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
main .index_Category ul li .index_Category_item .index_Category_item_r .pic .img-box {
  padding-bottom: 60.10582011%;
}
main .index_Category ul li .index_Category_item .index_Category_item_r .pic .CategoryName {
  z-index: 3;
  position: absolute;
  bottom: 45px;
  left: 60px;
}
main .index_Category ul li .index_Category_item .index_Category_item_r .pic .CategoryName p {
  color: #FFF;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
main .index_Category ul li:nth-child(2n) .index_Category_item {
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  main .index_Category ul li:nth-child(2n) .index_Category_item {
    flex-direction: column-reverse;
  }
}
main .index_Category ul li:nth-child(2n) .index_Category_item .index_Category_item_l {
  padding-left: 9.3229vw;
  padding-right: 10.1563vw;
}
@media (max-width: 1680px) {
  main .index_Category ul li:nth-child(2n) .index_Category_item .index_Category_item_l {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1580px) {
  main .index_Category ul li:nth-child(2n) .index_Category_item .index_Category_item_l {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  main .index_Category ul li:nth-child(2n) .index_Category_item .index_Category_item_l {
    padding-left: unset;
    padding-right: unset;
  }
}
main .index_Category ul li:nth-child(2n) .index_Category_item .index_Category_item_r .pic .CategoryName {
  left: unset;
  right: 53px;
}
main .index_about {
  padding-top: 146px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 138px;
}
@media (max-width: 1199px) {
  main .index_about {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .index_about {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .index_about {
    padding: 40px 0;
  }
}
main .index_about .box_tit {
  margin-bottom: 20px;
}
main .index_about .box_tit p {
  color: #333;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 78px */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .index_about .box_tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .index_about .box_tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .index_about .box_tit p {
    font-size: 24px;
  }
}
main .index_about .box_intro {
  width: 1185px;
  margin: 0 auto 70px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  main .index_about .box_intro {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  main .index_about .box_intro {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .index_about .box_intro {
    margin-bottom: 15px;
  }
}
main .index_about .box_intro p {
  color: #666;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
}
@media (max-width: 1199px) {
  main .index_about .box_intro p {
    font-size: 16px;
    line-height: 1.6;
  }
}
main .index_about .companyName {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  main .index_about .companyName {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .index_about .companyName {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .index_about .companyName {
    margin-bottom: 20px;
  }
}
main .index_about .companyName p {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 180px;
  background: url(../images/index_about_textbg.jpg);
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1199px) {
  main .index_about .companyName p {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  main .index_about .companyName p {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  main .index_about .companyName p {
    font-size: 40px;
  }
}
main .index_about .countNumber ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  main .index_about .countNumber ul {
    flex-wrap: wrap;
  }
}
main .index_about .countNumber ul li {
  padding: 0 40px;
}
@media (max-width: 1199px) {
  main .index_about .countNumber ul li {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  main .index_about .countNumber ul li {
    width: 50%;
  }
}
main .index_about .countNumber ul li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .index_about .countNumber ul li .item .num {
  margin-bottom: 9px;
}
main .index_about .countNumber ul li .item .num p {
  color: #333;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  main .index_about .countNumber ul li .item .num p {
    font-size: 30px;
  }
}
main .index_about .countNumber ul li .item .tag p {
  color: #333;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  text-transform: capitalize;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  main .index_about .countNumber ul li .item .tag p {
    font-size: 14px;
  }
}
main .index_about .countNumber ul li .item:hover .num p {
  color: #206539;
}
main .index_about .countNumber ul li .item:hover .tag p {
  color: #206539;
}
main .index_news {
  padding-top: 22px;
  padding-bottom: 107px;
}
@media (max-width: 1199px) {
  main .index_news {
    padding-top: unset;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .index_news {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  main .index_news {
    padding-bottom: 40px;
  }
}
main .index_news .box_tit {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  main .index_news .box_tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .index_news .box_tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .index_news .box_tit {
    margin-bottom: 20px;
  }
}
main .index_news .box_tit p {
  color: #333;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .index_news .box_tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .index_news .box_tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .index_news .box_tit p {
    font-size: 24px;
  }
}
main .index_news .con1580 .index_news_main {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  main .index_news .con1580 .index_news_main {
    flex-direction: column;
  }
}
main .index_news .con1580 .index_news_main > div {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  main .index_news .con1580 .index_news_main > div {
    width: 100%;
    padding: unset;
  }
}
@media (max-width: 1199px) {
  main .index_news .con1580 .index_news_main .index_news_l {
    margin-bottom: 20px;
  }
}
main .index_news .con1580 .index_news_main .index_news_l .Recommended_newsBox {
  height: 540px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  main .index_news .con1580 .index_news_main .index_news_l .Recommended_newsBox {
    height: 250px;
    padding: 20px;
  }
}
main .index_news .con1580 .index_news_main .index_news_l .Recommended_newsBox .time {
  margin-bottom: 9px;
}
main .index_news .con1580 .index_news_main .index_news_l .Recommended_newsBox .time p {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  text-transform: capitalize;
}
main .index_news .con1580 .index_news_main .index_news_l .Recommended_newsBox .news_tit {
  width: 513px;
  max-width: 100%;
  margin-bottom: 14px;
}
main .index_news .con1580 .index_news_main .index_news_l .Recommended_newsBox .news_tit a {
  color: #FFF;
  font-family: "Maven Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  text-transform: uppercase;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  main .index_news .con1580 .index_news_main .index_news_l .Recommended_newsBox .news_tit a {
    font-size: 18px;
  }
}
main .index_news .con1580 .index_news_main .index_news_l .Recommended_newsBox .intro p {
  color: #FFF;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 26.25px */
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
main .index_news .con1580 .index_news_main .index_news_r {
  padding: 32px 48px 28px 42px;
  border-radius: 10px;
  background: #F4F4F4;
  height: auto;
}
@media (max-width: 767px) {
  main .index_news .con1580 .index_news_main .index_news_r {
    padding: 12px;
  }
}
main .index_news .con1580 .index_news_main .index_news_r .Recommended_newsList ul li {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  main .index_news .con1580 .index_news_main .index_news_r .Recommended_newsList ul li {
    padding-bottom: 12px;
  }
}
main .index_news .con1580 .index_news_main .index_news_r .Recommended_newsList ul li:not(:first-child) {
  padding-top: 18px;
}
@media (max-width: 767px) {
  main .index_news .con1580 .index_news_main .index_news_r .Recommended_newsList ul li:not(:first-child) {
    padding-top: 12px;
  }
}
main .index_news .con1580 .index_news_main .index_news_r .Recommended_newsList ul li a .newsTit {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  main .index_news .con1580 .index_news_main .index_news_r .Recommended_newsList ul li a .newsTit {
    margin-bottom: unset;
  }
}
main .index_news .con1580 .index_news_main .index_news_r .Recommended_newsList ul li a .newsTit p {
  color: #333;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-transform: capitalize;
  transition: all 0.5s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  main .index_news .con1580 .index_news_main .index_news_r .Recommended_newsList ul li a .newsTit p {
    font-size: 16px;
  }
}
main .index_news .con1580 .index_news_main .index_news_r .Recommended_newsList ul li a .time p {
  color: #206539;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  text-transform: capitalize;
}
@media (max-width: 767px) {
  main .index_news .con1580 .index_news_main .index_news_r .Recommended_newsList ul li a .time p {
    font-size: 14px;
  }
}
main .index_news .con1580 .index_news_main .index_news_r .Recommended_newsList ul li a:hover .newsTit p {
  color: #206539;
}
main .index_news .con1580 .index_news_main .index_news_r .more {
  margin-top: 30px;
}
@media (max-width: 767px) {
  main .index_news .con1580 .index_news_main .index_news_r .more {
    margin-top: 10px;
  }
}
main .index_news .con1580 .index_news_main .index_news_r .more a {
  padding: 9px 20px 13px 25px;
  border-radius: 8px;
  background: #206539;
  display: flex;
  align-items: center;
  width: max-content;
  border: 1px solid #206539;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  main .index_news .con1580 .index_news_main .index_news_r .more a {
    padding: 9px;
  }
}
main .index_news .con1580 .index_news_main .index_news_r .more a span {
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  text-transform: capitalize;
  margin-right: 88px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  main .index_news .con1580 .index_news_main .index_news_r .more a span {
    line-height: 1;
  }
}
main .index_news .con1580 .index_news_main .index_news_r .more a .icon {
  transition: all 0.5s;
}
main .index_news .con1580 .index_news_main .index_news_r .more a .icon i {
  color: #fff;
  font-size: 26px;
  transition: all 0.5s;
}
main .index_news .con1580 .index_news_main .index_news_r .more a:hover {
  background-color: rgba(0, 0, 0, 0);
}
main .index_news .con1580 .index_news_main .index_news_r .more a:hover span {
  color: #206539;
}
main .index_news .con1580 .index_news_main .index_news_r .more a:hover .icon {
  transform: rotate(405deg);
}
main .index_news .con1580 .index_news_main .index_news_r .more a:hover .icon i {
  color: #206539;
}
main .insideBanner {
  width: 100%;
  margin-top: 130px;
}
@media (max-width: 1199px) {
  main .insideBanner {
    margin-top: 60px;
  }
}
main .insideBanner .pic {
  width: 100%;
}
main .insideBanner .pic img {
  width: 100%;
}
main .about_nav ul {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  main .about_nav ul {
    flex-direction: column;
  }
}
main .about_nav ul li {
  width: 33.333333%;
}
@media (max-width: 767px) {
  main .about_nav ul li {
    width: 100%;
  }
}
main .about_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9c9c9;
  transition: all 0.5s;
  padding: 18px;
  width: 100%;
  height: 100%;
  color: #666;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  text-transform: capitalize;
}
@media (max-width: 767px) {
  main .about_nav ul li a {
    padding: 8px;
    font-size: 15px;
  }
}
main .about_nav ul .active a {
  color: #206539;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 17.5px 0px rgba(0, 0, 0, 0.05);
}
main .about_CompanyProfile {
  padding-top: 97px;
}
@media (max-width: 1199px) {
  main .about_CompanyProfile {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  main .about_CompanyProfile {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  main .about_CompanyProfile {
    padding-top: 40px;
  }
}
main .about_CompanyProfile .box_tit {
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  main .about_CompanyProfile .box_tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .about_CompanyProfile .box_tit {
    margin-bottom: 20px;
  }
}
main .about_CompanyProfile .box_tit p {
  color: #333;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .about_CompanyProfile .box_tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .about_CompanyProfile .box_tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .about_CompanyProfile .box_tit p {
    font-size: 24px;
  }
}
main .about_CompanyProfile .box_intro {
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  main .about_CompanyProfile .box_intro {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .about_CompanyProfile .box_intro {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main .about_CompanyProfile .box_intro {
    margin-bottom: 30px;
  }
}
main .about_CompanyProfile .box_intro p {
  color: #666;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
@media (max-width: 767px) {
  main .about_CompanyProfile .box_intro p {
    font-size: 14px;
    line-height: 1.65;
  }
}
main .about_CompanyProfile .about_CompanyProfile_bottom {
  display: flex;
  align-items: center;
  padding-bottom: 96px;
}
@media (max-width: 1199px) {
  main .about_CompanyProfile .about_CompanyProfile_bottom {
    flex-direction: column;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .about_CompanyProfile .about_CompanyProfile_bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main .about_CompanyProfile .about_CompanyProfile_bottom {
    padding-bottom: 30px;
  }
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l {
  width: 48.93617021%;
}
@media (max-width: 1199px) {
  main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul {
  display: flex;
  flex-wrap: wrap;
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li {
  width: 50%;
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li:nth-child(-n+2) {
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li:nth-child(-n+2) {
    padding-bottom: 30px;
  }
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li .item {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li .item::after {
  content: '';
  width: 1px;
  height: 75px;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  left: 0;
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li .item::before {
  z-index: 3;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 33px;
  background-color: #206539;
  transition: all 0.5s;
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li .item .num {
  margin-bottom: 9px;
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li .item .num p {
  color: #333;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  line-height: 1;
}
@media (max-width: 991px) {
  main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li .item .num p {
    font-size: 32px;
  }
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li .item .tag p {
  color: #333;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  text-transform: capitalize;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li .item .tag p {
    font-size: 14px;
  }
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li .item:hover::before {
  height: 75px;
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li .item:hover .num p {
  color: #206539;
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_l .countNumber ul li .item:hover .tag p {
  color: #206539;
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_r {
  width: 51.06382979%;
}
@media (max-width: 1199px) {
  main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_r {
    width: 100%;
  }
}
main .about_CompanyProfile .about_CompanyProfile_bottom .about_CompanyProfile_bottom_r .img-box {
  padding-bottom: 56.25%;
}
main .about_advantage {
  padding-top: 88px;
  background-color: #FAFAFA;
  padding-bottom: 99px;
}
@media (max-width: 1199px) {
  main .about_advantage {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .about_advantage {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .about_advantage {
    padding: 40px 0 20px;
  }
}
main .about_advantage .box_tit {
  margin-bottom: 57px;
}
@media (max-width: 1199px) {
  main .about_advantage .box_tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .about_advantage .box_tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .about_advantage .box_tit {
    margin-bottom: 20px;
  }
}
main .about_advantage .box_tit p {
  color: #333;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .about_advantage .box_tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .about_advantage .box_tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .about_advantage .box_tit p {
    font-size: 24px;
  }
}
main .about_advantage .slick_about_advantage .slick-list {
  padding-top: 35px;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  main .about_advantage .slick_about_advantage .slick-list {
    margin: 0;
  }
}
main .about_advantage .slick_about_advantage .slick-slide {
  padding: 0 15px;
  height: auto;
}
@media (max-width: 767px) {
  main .about_advantage .slick_about_advantage .slick-slide {
    padding: 0;
  }
}
main .about_advantage .slick_about_advantage .slick-arrow {
  z-index: 40;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #206539;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
main .about_advantage .slick_about_advantage .slick-arrow:hover {
  background-color: #206539;
}
main .about_advantage .slick_about_advantage .slick-arrow:hover::before {
  color: #fff;
}
main .about_advantage .slick_about_advantage .slick-arrow::before {
  content: '';
  color: #206539;
  font-family: iconfont;
  font-size: 20px;
}
main .about_advantage .slick_about_advantage .slick-prev {
  left: -106px;
}
@media (max-width: 1680px) {
  main .about_advantage .slick_about_advantage .slick-prev {
    left: 0;
  }
}
main .about_advantage .slick_about_advantage .slick-prev::before {
  content: '\ebbc';
}
main .about_advantage .slick_about_advantage .slick-next {
  right: -106px;
}
@media (max-width: 1680px) {
  main .about_advantage .slick_about_advantage .slick-next {
    right: 0;
  }
}
main .about_advantage .slick_about_advantage .slick-next::before {
  content: '\e605';
}
main .about_advantage .slick_about_advantage .item {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 0 56px 30px;
  min-height: 230px;
}
@media (max-width: 1199px) {
  main .about_advantage .slick_about_advantage .item {
    padding: 0 20px 20px;
  }
}
main .about_advantage .slick_about_advantage .item .icon {
  width: 70px;
  margin-bottom: 21px;
  margin-top: -35px;
}
main .about_advantage .slick_about_advantage .item .icon img {
  width: 100%;
  height: auto;
}
main .about_advantage .slick_about_advantage .item .tit {
  margin-bottom: 14px;
}
main .about_advantage .slick_about_advantage .item .tit p {
  color: #10903B;
  font-family: Heebo;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
main .about_advantage .slick_about_advantage .item .intro p {
  color: #666;
  text-align: center;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 26.25px */
  text-transform: capitalize;
}
main .about_certificate {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  main .about_certificate {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .about_certificate {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .about_certificate {
    padding: 40px 0;
  }
}
main .about_certificate .box_tit {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  main .about_certificate .box_tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .about_certificate .box_tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .about_certificate .box_tit {
    margin-bottom: 20px;
  }
}
main .about_certificate .box_tit p {
  color: #333;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .about_certificate .box_tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .about_certificate .box_tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .about_certificate .box_tit p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  main .about_certificate .row {
    margin: 0 -7px;
  }
  main .about_certificate .row > div {
    padding: 0 7px;
  }
}
main .about_certificate .item {
  margin-bottom: 30px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  main .about_certificate .item {
    margin-bottom: 15px;
  }
}
main .about_certificate .item .pic .img-box {
  padding-bottom: 137.87878788%;
}
main .about_certificate .item .certificateName {
  background-color: #F4F4F4;
  padding: 22px;
}
@media (max-width: 767px) {
  main .about_certificate .item .certificateName {
    padding: 10px;
  }
}
main .about_certificate .item .certificateName p {
  color: #000;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 130%;
  /* 26px */
  text-transform: uppercase;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  main .about_certificate .item .certificateName p {
    font-size: 14px;
  }
}
main .about_certificate .item:hover .pic img {
  transform: scale(1.1);
}
main .about_certificate .sorter {
  padding-top: 30px;
}
@media (max-width: 767px) {
  main .about_certificate .sorter {
    padding-top: 20px;
  }
}
main .sorter ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .sorter ul li {
  margin: 0 10px;
}
@media (max-width: 767px) {
  main .sorter ul li {
    margin: 0 5px;
  }
}
main .sorter ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #666;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 1.44px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  main .sorter ul li a {
    width: 30px;
    height: 30px;
  }
}
main .sorter ul li a .icon i {
  color: #000000;
  font-size: 16px;
}
main .sorter ul li a:hover {
  background-color: #206539;
  color: #fff;
}
main .sorter ul li a:hover i {
  color: #fff;
}
main .sorter ul .active > a {
  background-color: #206539;
  color: #fff;
}
main .sorter ul .active > a i {
  color: #fff;
}
main .about_culture {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  main .about_culture {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .about_culture {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  main .about_culture {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
main .about_culture ul li .itembox {
  background-color: #FAFAFA;
}
main .about_culture ul li .itembox .container .item {
  display: flex;
  padding: 0 24px 0 26px;
}
@media (max-width: 1410px) {
  main .about_culture ul li .itembox .container .item {
    padding: unset;
  }
}
@media (max-width: 991px) {
  main .about_culture ul li .itembox .container .item {
    flex-direction: column;
  }
}
main .about_culture ul li .itembox .container .item .pic {
  width: 55.14705882%;
  flex-shrink: 0;
  transform: translateY(60px);
}
@media (max-width: 991px) {
  main .about_culture ul li .itembox .container .item .pic {
    width: 100%;
    transform: unset;
  }
}
main .about_culture ul li .itembox .container .item .pic .img-box {
  padding-bottom: 58.66666667%;
  border-radius: 8px;
}
main .about_culture ul li .itembox .container .item .item_r {
  width: 100%;
  padding-left: 7.2917vw;
  padding-top: 2.3958vw;
}
@media (max-width: 991px) {
  main .about_culture ul li .itembox .container .item .item_r {
    padding-left: unset;
    padding-right: unset;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
main .about_culture ul li .itembox .container .item .item_r .titbox {
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  main .about_culture ul li .itembox .container .item .item_r .titbox {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .about_culture ul li .itembox .container .item .item_r .titbox {
    margin-bottom: 10px;
  }
}
main .about_culture ul li .itembox .container .item .item_r .titbox .num {
  padding-left: 10px;
}
main .about_culture ul li .itembox .container .item .item_r .titbox .num p {
  color: #F0F0F0;
  font-family: "Do Hyeon";
  font-size: 116px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 116px */
  letter-spacing: 5.8px;
}
@media (max-width: 991px) {
  main .about_culture ul li .itembox .container .item .item_r .titbox .num p {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  main .about_culture ul li .itembox .container .item .item_r .titbox .num p {
    font-size: 40px;
  }
}
main .about_culture ul li .itembox .container .item .item_r .titbox .tit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
main .about_culture ul li .itembox .container .item .item_r .titbox .tit p {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 120% */
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  main .about_culture ul li .itembox .container .item .item_r .titbox .tit p {
    font-size: 16px;
    line-height: 1.5;
  }
}
main .about_culture ul li .itembox .container .item .item_r .intro p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}
@media (max-width: 767px) {
  main .about_culture ul li .itembox .container .item .item_r .intro p {
    font-size: 14px;
    line-height: 1.65;
  }
}
main .about_culture ul li:not(:last-child) {
  margin-bottom: 163px;
}
@media (max-width: 1199px) {
  main .about_culture ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
main .about_culture ul li:nth-child(2n) .itembox {
  background-color: rgba(0, 0, 0, 0);
}
main .about_culture ul li:nth-child(2n) .itembox .container .item {
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  main .about_culture ul li:nth-child(2n) .itembox .container .item {
    flex-direction: column;
  }
}
main .about_culture ul li:nth-child(2n) .itembox .container .item .pic {
  transform: translateY(0px);
}
main .about_culture ul li:nth-child(2n) .itembox .container .item .item_r {
  padding-left: 1.3542vw;
  padding-right: 7.2917vw;
}
main .box_product {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  main .box_product {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .box_product {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .box_product {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  main .box_product .pro_list .row {
    margin: 0 -7px;
  }
}
main .box_product .pro_list .row > div {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  main .box_product .pro_list .row > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  main .box_product .pro_list .row > div {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .box_product .pro_list .row > div {
    margin-bottom: 15px;
    padding: 0 7px;
  }
}
main .box_product .pro_list .sorter {
  padding-top: 20px;
}
main .box_product .product_show {
  margin-bottom: 75px;
}
@media (max-width: 1199px) {
  main .box_product .product_show {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .box_product .product_show {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .box_product .product_show {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  main .box_product .product_show .carousel-wrap {
    margin-bottom: 30px;
  }
}
main .box_product .product_show .carousel-wrap .pro-details-topslick {
  margin-bottom: 10px;
}
main .box_product .product_show .carousel-wrap .pro-details-thumbslick .slick-slide {
  padding: 0 7px;
}
main .box_product .product_show .carousel-wrap .pro-details-thumbslick .slick-list {
  margin: 0 -7px;
  overflow: hidden;
}
main .box_product .product_show .infobox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .box_product .product_show .infobox .productName {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #206539;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  main .box_product .product_show .infobox .productName {
    margin-bottom: 15px;
  }
}
main .box_product .product_show .infobox .productName p {
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  /* 36px */
  text-transform: uppercase;
}
main .box_product .product_show .infobox .intro {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  main .box_product .product_show .infobox .intro {
    padding-bottom: 10px;
  }
}
main .box_product .product_show .infobox .intro p {
  color: #666;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 26.25px */
}
main .box_product .product_show .infobox .info_b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .box_product .product_show .infobox .info_b .btnbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  main .box_product .product_show .infobox .info_b .btnbox {
    margin-bottom: 20px;
  }
}
main .box_product .product_show .infobox .info_b .btnbox > div {
  padding: 6px 35px;
  background-color: #206539;
  display: flex;
  align-items: center;
  cursor: pointer;
}
main .box_product .product_show .infobox .info_b .btnbox > div:not(:last-child) {
  margin-right: 14px;
}
main .box_product .product_show .infobox .info_b .btnbox > div .icon {
  margin-right: 13px;
}
main .box_product .product_show .infobox .info_b .btnbox > div .icon i {
  color: #fff;
  font-size: 20px;
}
main .box_product .product_show .infobox .info_b .btnbox > div span {
  color: #FFF;
  font-family: Heebo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 28px */
  text-transform: capitalize;
}
main .box_product .product_show .infobox .info_b .share {
  display: flex;
  align-items: center;
}
main .box_product .product_show .infobox .info_b .share p {
  color: #333;
  font-family: "Roboto Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  text-transform: capitalize;
  margin-right: 24px;
}
main .box_product .product_detail_tit p {
  color: #333;
  font-family: "Maven Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 39px */
  text-transform: uppercase;
}
@media (max-width: 767px) {
  main .box_product .product_detail_tit p {
    font-size: 26px;
  }
}
main .box_product .product_Applications {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  main .box_product .product_Applications {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .box_product .product_Applications {
    margin-bottom: 20px;
  }
}
main .box_product .product_Applications .product_detail_tit {
  margin-bottom: 6px;
}
main .box_product .product_Applications .product_detail_intro {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  main .box_product .product_Applications .product_detail_intro {
    margin-bottom: 14px;
  }
}
main .box_product .product_Applications .product_detail_intro p {
  color: #666;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 26.25px */
}
main .box_product .product_Applications .item {
  cursor: pointer;
  margin-bottom: 20px;
}
main .box_product .product_Applications .item .pic .img-box {
  padding-bottom: 68.78787879%;
}
main .box_product .product_Applications .item:hover .pic img {
  transform: scale(1.1);
}
main .box_product .Product_parameters {
  margin-bottom: 56px;
}
@media (max-width: 1199px) {
  main .box_product .Product_parameters {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .box_product .Product_parameters {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .box_product .Product_parameters {
    margin-bottom: 20px;
  }
}
main .box_product .Product_parameters .product_detail_tit {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  main .box_product .Product_parameters .product_detail_tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .box_product .Product_parameters .product_detail_tit {
    margin-bottom: 10px;
  }
}
main .box_product .Product_parameters .main .table-box {
  width: 100%;
  overflow-x: auto;
}
main .box_product .Product_parameters .main .table-box table {
  width: max-content;
}
main .box_product .Product_parameters .main .table-box table tr td {
  border: 1px solid #333;
  padding: 8px 20px;
}
main .box_product .Product_Inquiry {
  margin-bottom: 62px;
}
@media (max-width: 1199px) {
  main .box_product .Product_Inquiry {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .box_product .Product_Inquiry {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .box_product .Product_Inquiry {
    margin-bottom: 20px;
  }
}
main .box_product .Product_Inquiry .product_detail_tit {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  main .box_product .Product_Inquiry .product_detail_tit {
    margin-bottom: 15px;
  }
}
main .box_product .Product_Inquiry form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .box_product .Product_Inquiry form .inputGroup {
  width: 49.5%;
  height: 50px;
  background-color: #fff;
  margin-bottom: 11px;
  position: relative;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
@media (max-width: 767px) {
  main .box_product .Product_Inquiry form .inputGroup {
    width: 100%;
    height: 45px;
  }
}
main .box_product .Product_Inquiry form .inputGroup textarea,
main .box_product .Product_Inquiry form .inputGroup input {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
}
main .box_product .Product_Inquiry form .inputGroup textarea:valid ~ label,
main .box_product .Product_Inquiry form .inputGroup input:valid ~ label,
main .box_product .Product_Inquiry form .inputGroup textarea:focus ~ label,
main .box_product .Product_Inquiry form .inputGroup input:focus ~ label {
  top: 0;
}
main .box_product .Product_Inquiry form .inputGroup label {
  transition: all 0.5s;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #333;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
}
main .box_product .Product_Inquiry form .content {
  width: 100%;
  height: 181px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  main .box_product .Product_Inquiry form .content {
    height: 140px;
    margin-bottom: 15px;
  }
}
main .box_product .Product_Inquiry form .content textarea {
  padding-top: 20px;
}
main .box_product .Product_Inquiry form .content label {
  top: 25px;
}
main .box_product .Product_Inquiry form button {
  display: flex;
  align-items: center;
  padding: 10px 31px 10px 24px;
  background-color: #206539;
}
@media (max-width: 767px) {
  main .box_product .Product_Inquiry form button {
    padding: 9px;
  }
}
main .box_product .Product_Inquiry form button span {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin-right: 44px;
}
main .box_product .Product_Inquiry form button .icon i {
  color: #fff;
  font-size: 24px;
}
main .box_product .Product_related .Product_related_t {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  main .box_product .Product_related .Product_related_t {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .box_product .Product_related .Product_related_t {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .box_product .Product_related .Product_related_t {
    margin-bottom: 20px;
  }
}
main .box_product .Product_related .Product_related_t .slick_btnbox {
  display: flex;
  align-items: center;
}
main .box_product .Product_related .Product_related_t .slick_btnbox > div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #206539;
  cursor: pointer;
  transition: all 0.5s;
}
main .box_product .Product_related .Product_related_t .slick_btnbox > div:first-child {
  margin-right: 15px;
}
main .box_product .Product_related .Product_related_t .slick_btnbox > div .icon i {
  color: #206539;
  font-size: 20px;
  transition: all 0.5s;
}
main .box_product .Product_related .Product_related_t .slick_btnbox > div:hover {
  background-color: #206539;
}
main .box_product .Product_related .Product_related_t .slick_btnbox > div:hover .icon i {
  color: #fff;
}
main .box_product .Product_related .slick_Product_related .slick-slide {
  padding: 0 15px;
}
@media (max-width: 767px) {
  main .box_product .Product_related .slick_Product_related .slick-slide {
    padding: 0 7px;
  }
}
main .box_product .Product_related .slick_Product_related .slick-list {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  main .box_product .Product_related .slick_Product_related .slick-list {
    margin: 0 -7px;
  }
}
main .CategoryList .head {
  padding: 30px 18px;
  position: relative;
  border-top: 2px solid #D9D9D9;
}
main .CategoryList .head::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 22px;
  background-color: #D9D9D9;
}
main .CategoryList .head p {
  color: #333;
  font-family: "Maven Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-transform: capitalize;
}
main .CategoryList > ul > li {
  position: relative;
  border-bottom: 2px solid #D9D9D9;
}
main .CategoryList > ul > li:first-child {
  border-top: 2px solid #D9D9D9;
}
main .CategoryList > ul > li > a {
  padding: 30px 18px;
  display: block;
  color: #333;
  font-family: "Maven Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s;
  position: relative;
}
main .CategoryList > ul > li > a::before {
  content: '';
  width: 2px;
  height: 22px;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
main .CategoryList > ul > li > ul {
  padding-bottom: 30px;
  padding-left: 20px;
  display: none;
}
main .CategoryList > ul > li > ul > li:not(:last-child) {
  margin-bottom: 16px;
}
main .CategoryList > ul > li > ul > li > a {
  color: #333;
  font-family: "Maven Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
main .CategoryList > ul > li > ul > li > a:hover {
  color: #206539;
}
main .CategoryList > ul > li:hover {
  border-color: rgba(32, 101, 57, 0.3);
}
main .CategoryList > ul > li:hover > a {
  color: #206539;
}
main .CategoryList > ul > .active {
  border-color: rgba(32, 101, 57, 0.3);
}
main .CategoryList > ul > .active > a {
  color: #206539;
}
main .pro_item .productName a {
  display: flex;
  padding: 10px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  main .pro_item .productName a {
    padding: 8px;
  }
}
main .pro_item .productName a span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  /* 36px */
  text-transform: uppercase;
}
@media (max-width: 767px) {
  main .pro_item .productName a span {
    font-size: 14px;
  }
}
main .pro_item .productName a .icon {
  transition: all 0.45s;
  transform: scale(0);
  margin-left: 16px;
  margin-left: 0px;
  flex-shrink: 0;
}
main .pro_item .productName a .icon i {
  color: #206539;
  font-size: 22px;
}
main .pro_item:hover .productName a span {
  color: #206539;
}
main .pro_item:hover .productName a .icon {
  transform: scale(1);
  margin-left: 16px;
}
main .box_factory {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  main .box_factory {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .box_factory {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .box_factory {
    padding: 40px 0;
  }
}
main .box_factory .box_tit {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  main .box_factory .box_tit {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .box_factory .box_tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main .box_factory .box_tit {
    margin-bottom: 30px;
  }
}
main .box_factory .box_tit p {
  color: #333;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .box_factory .box_tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .box_factory .box_tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .box_factory .box_tit p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  main .box_factory .row {
    margin: 0 -7px;
  }
}
main .box_factory .row > div {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  main .box_factory .row > div {
    margin-bottom: 15px;
    padding: 0 7px;
  }
}
main .box_factory .factory_item {
  padding: 10px 10px 10px 10px;
  border-radius: 8px;
  border: 1px solid rgba(89, 167, 57, 0.2);
  background: #FFF;
  transition: all 0.5s;
  cursor: pointer;
}
main .box_factory .factory_item .pic {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  main .box_factory .factory_item .pic {
    margin-bottom: 8px;
  }
}
main .box_factory .factory_item .pic .img-box {
  padding-bottom: 84.88372093%;
  border-radius: 10px;
}
main .box_factory .factory_item .factoryName {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .box_factory .factory_item .factoryName p {
  color: #333;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  text-transform: capitalize;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  main .box_factory .factory_item .factoryName p {
    font-size: 14px;
    line-height: 1.6;
  }
}
main .box_factory .factory_item .factoryName .icon {
  margin-left: 0;
  transition: all 0.5s;
  transform: scale(0);
}
main .box_factory .factory_item .factoryName .icon i {
  color: #fff;
  font-size: 17px;
}
main .box_factory .factory_item:hover {
  background-color: #206539;
}
main .box_factory .factory_item:hover .pic img {
  transform: scale(1.1);
}
main .box_factory .factory_item:hover .factoryName p {
  color: #fff;
}
main .box_factory .factory_item:hover .factoryName .icon {
  margin-left: 14px;
  transform: scale(1);
}
main .box_factory .factory_item:hover .factoryName .icon i {
  color: #fff;
}
main .box_factory .sorter {
  padding-top: 30px;
}
@media (max-width: 767px) {
  main .box_factory .sorter {
    padding-top: 15px;
  }
}
main .box_download {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  main .box_download {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .box_download {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .box_download {
    padding: 40px 0;
  }
}
main .box_download .box_tit {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  main .box_download .box_tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .box_download .box_tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .box_download .box_tit {
    margin-bottom: 20px;
  }
}
main .box_download .box_tit p {
  color: #333;
  text-align: center;
  font-family: "Maven Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .box_download .box_tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .box_download .box_tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .box_download .box_tit p {
    font-size: 24px;
  }
}
main .box_download .row > div {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  main .box_download .row > div {
    margin-bottom: 15px;
  }
}
main .box_download .download_item {
  padding: 30px 48px 34px;
  border-radius: 10px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  box-shadow: 0px 4px 14.5px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  main .box_download .download_item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  main .box_download .download_item {
    padding: 12px;
  }
}
main .box_download .download_item .tit {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  main .box_download .download_item .tit {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  main .box_download .download_item .tit {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
main .box_download .download_item .tit a {
  color: #333;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  main .box_download .download_item .tit a {
    font-size: 16px;
  }
}
main .box_download .download_item .intro {
  width: 248px;
  max-width: 100%;
  margin-bottom: 46px;
}
@media (max-width: 1199px) {
  main .box_download .download_item .intro {
    margin-bottom: 20px;
  }
}
main .box_download .download_item .intro p {
  color: #333;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  transition: all 0.5s;
}
main .box_download .download_item .download a {
  display: flex;
  align-items: center;
  padding: 12px 23px;
  width: max-content;
  border-radius: 53px;
  background: #206539;
  transition: all 0.5s;
}
main .box_download .download_item .download a .icon {
  margin-right: 10px;
}
main .box_download .download_item .download a .icon i {
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}
main .box_download .download_item .download a span {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
main .box_download .download_item:hover {
  border-radius: 10px;
  border: 1px solid #D7D7D7;
  background: #206539;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
main .box_download .download_item:hover .tit {
  border-color: rgba(255, 255, 255, 0.2);
}
main .box_download .download_item:hover .tit a {
  color: #fff;
}
main .box_download .download_item:hover .intro p {
  color: #fff;
}
main .box_download .download_item:hover .download a {
  background-color: #fff;
}
main .box_download .download_item:hover .download a .icon i {
  color: #206539;
}
main .box_download .download_item:hover .download a span {
  color: #206539;
}
main .box_download .sorter {
  padding-top: 30px;
}
@media (max-width: 767px) {
  main .box_download .sorter {
    padding-top: 10px;
  }
}
main .box_slick_newsList_hot {
  padding: 90px 0 49px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 35.9px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  main .box_slick_newsList_hot {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .box_slick_newsList_hot {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .box_slick_newsList_hot {
    padding: 40px 0;
  }
}
main .box_slick_newsList_hot .slick_newsList_hot {
  position: relative;
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item {
  display: flex;
}
@media (max-width: 1199px) {
  main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item {
    flex-direction: column;
  }
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .pic {
  width: 600px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .pic {
    width: 100%;
  }
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .pic .img-box {
  padding-bottom: 61.66666667%;
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r {
  width: 100%;
  padding-left: 60px;
  padding-top: 13px;
}
@media (max-width: 1199px) {
  main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r {
    padding-left: unset;
  }
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .item_top {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .item_top {
    margin-bottom: 10px;
  }
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .item_top .tag {
  padding: 4px 20px 2px;
  border-radius: 66px;
  border: 1px solid #206539;
  margin-right: 18px;
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .item_top .tag p {
  color: #206539;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .item_top .time p {
  color: #666;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .tit {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .tit {
    margin-bottom: 10px;
  }
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .tit a {
  color: #206539;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .tit a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .intro {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .intro {
    margin-bottom: 10px;
  }
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .intro p {
  color: #666;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 26.25px */
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .intro p {
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .more a {
  display: flex;
  align-items: center;
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .more a span {
  color: #206539;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-right: 10px;
}
main .box_slick_newsList_hot .slick_newsList_hot .slick_newsList_hot_item .hot_item_r .more a .icon i {
  color: #206539;
  font-size: 16px;
}
main .box_slick_newsList_hot .slick_newsList_hot .slick-arrow {
  z-index: 30;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #206539;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
@media (max-width: 767px) {
  main .box_slick_newsList_hot .slick_newsList_hot .slick-arrow {
    display: none !important;
  }
}
main .box_slick_newsList_hot .slick_newsList_hot .slick-arrow:hover {
  background-color: #206539;
}
main .box_slick_newsList_hot .slick_newsList_hot .slick-arrow:hover::before {
  color: #fff;
}
main .box_slick_newsList_hot .slick_newsList_hot .slick-arrow::before {
  content: '';
  color: #206539;
  font-family: iconfont;
  font-size: 20px;
}
main .box_slick_newsList_hot .slick_newsList_hot .slick-prev {
  left: -106px;
}
@media (max-width: 1680px) {
  main .box_slick_newsList_hot .slick_newsList_hot .slick-prev {
    left: 0;
  }
}
main .box_slick_newsList_hot .slick_newsList_hot .slick-prev::before {
  content: '\ebbc';
}
main .box_slick_newsList_hot .slick_newsList_hot .slick-next {
  right: -106px;
}
@media (max-width: 1680px) {
  main .box_slick_newsList_hot .slick_newsList_hot .slick-next {
    right: 0;
  }
}
main .box_slick_newsList_hot .slick_newsList_hot .slick-next::before {
  content: '\e605';
}
main .box_newsList {
  padding-top: 65px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  main .box_newsList {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .box_newsList {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .box_newsList {
    padding: 40px 0;
  }
}
main .box_newsList .container > ul > li {
  padding-top: 33px;
  padding-bottom: 41px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  main .box_newsList .container > ul > li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
main .box_newsList .container > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
main .box_newsList .container > ul > li .item .item_top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
main .box_newsList .container > ul > li .item .item_top .tag {
  padding: 4px 20px 2px;
  border-radius: 66px;
  border: 1px solid #206539;
  margin-right: 25px;
}
main .box_newsList .container > ul > li .item .item_top .tag p {
  color: #206539;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
main .box_newsList .container > ul > li .item .item_top .time p {
  color: #666;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
main .box_newsList .container > ul > li .item .tit {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  main .box_newsList .container > ul > li .item .tit {
    margin-bottom: 10px;
  }
}
main .box_newsList .container > ul > li .item .tit a {
  color: #333;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
main .box_newsList .container > ul > li .item .intro p {
  color: #666;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 26.25px */
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
main .box_newsList .container > ul > li .item:hover .tit a {
  color: #206539;
}
main .box_newsList .sorter {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  main .box_newsList .sorter {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  main .box_newsList .sorter {
    padding-top: 20px;
  }
}
main .box_contact {
  display: flex;
}
@media (max-width: 991px) {
  main .box_contact {
    flex-wrap: wrap;
  }
}
main .box_contact .box_contact_l {
  width: 36.71875%;
  background-color: #206539;
  padding-left: 13.2813vw;
  padding-top: 5.3125vw;
  padding-bottom: 5.8333vw;
  padding-right: 6.4063vw;
  flex-shrink: 0;
}
@media (max-width: 1680px) {
  main .box_contact .box_contact_l {
    padding: 50px;
  }
}
@media (max-width: 1199px) {
  main .box_contact .box_contact_l {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  main .box_contact .box_contact_l {
    width: 100%;
  }
}
@media (max-width: 767px) {
  main .box_contact .box_contact_l {
    padding: 20px 12px;
  }
}
main .box_contact .box_contact_l .box_tit {
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  main .box_contact .box_contact_l .box_tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .box_contact .box_contact_l .box_tit {
    margin-bottom: 20px;
  }
}
main .box_contact .box_contact_l .box_tit p {
  color: #FFF;
  font-family: "Maven Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 39px */
  text-transform: uppercase;
}
@media (max-width: 767px) {
  main .box_contact .box_contact_l .box_tit p {
    font-size: 24px;
  }
}
main .box_contact .box_contact_l .box_contact_info > ul {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  main .box_contact .box_contact_l .box_contact_info > ul {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main .box_contact .box_contact_l .box_contact_info > ul {
    margin-bottom: 30px;
  }
}
main .box_contact .box_contact_l .box_contact_info > ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  main .box_contact .box_contact_l .box_contact_info > ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .box_contact .box_contact_l .box_contact_info > ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
main .box_contact .box_contact_l .box_contact_info > ul li .item .item_t {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
}
main .box_contact .box_contact_l .box_contact_info > ul li .item .item_t .icon {
  margin-right: 14px;
}
main .box_contact .box_contact_l .box_contact_info > ul li .item .item_t .icon i {
  color: #fff;
  font-size: 20px;
}
main .box_contact .box_contact_l .box_contact_info > ul li .item .item_t span {
  color: #FFF;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  /* 28px */
}
main .box_contact .box_contact_l .box_contact_info > ul li .item .item_b {
  display: flex;
  flex-wrap: wrap;
}
main .box_contact .box_contact_l .box_contact_info > ul li .item .item_b a,
main .box_contact .box_contact_l .box_contact_info > ul li .item .item_b p {
  margin-right: 10px;
  color: #FFF;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
main .box_contact .box_contact_l .QrcodeList ul {
  display: flex;
  flex-wrap: wrap;
}
main .box_contact .box_contact_l .QrcodeList ul li {
  width: 88px;
  margin-right: 48px;
}
main .box_contact .box_contact_l .QrcodeList ul li .item {
  width: 100%;
}
main .box_contact .box_contact_l .QrcodeList ul li .item .pic {
  width: 100%;
  margin-bottom: 6px;
}
main .box_contact .box_contact_l .QrcodeList ul li .item .pic img {
  width: 100%;
}
main .box_contact .box_contact_l .QrcodeList ul li .item .tag p {
  text-align: center;
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
}
main .box_contact .box_contact_r {
  padding-top: 5.3125vw;
  padding-left: 4.375vw;
  padding-right: 13.2813vw;
}
@media (max-width: 1680px) {
  main .box_contact .box_contact_r {
    padding: 50px;
  }
}
@media (max-width: 1199px) {
  main .box_contact .box_contact_r {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  main .box_contact .box_contact_r {
    width: 100%;
  }
}
@media (max-width: 767px) {
  main .box_contact .box_contact_r {
    padding: 20px 12px;
  }
}
main .box_contact .box_contact_r .box_tit {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  main .box_contact .box_contact_r .box_tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .box_contact .box_contact_r .box_tit {
    margin-bottom: 10px;
  }
}
main .box_contact .box_contact_r .box_tit p {
  color: #333;
  font-family: "Maven Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 39px */
  text-transform: uppercase;
}
@media (max-width: 991px) {
  main .box_contact .box_contact_r .box_tit p {
    font-size: 24px;
  }
}
main .box_contact .box_contact_r .formbox form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .box_contact .box_contact_r .formbox form .inputGroup {
  width: 49.5%;
  height: 51px;
  background-color: #fff;
  margin-bottom: 11px;
  position: relative;
  border: 1px solid rgba(51, 51, 51, 0.3);
}
@media (max-width: 767px) {
  main .box_contact .box_contact_r .formbox form .inputGroup {
    width: 100%;
    height: 45px;
  }
}
main .box_contact .box_contact_r .formbox form .inputGroup textarea,
main .box_contact .box_contact_r .formbox form .inputGroup input {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
}
main .box_contact .box_contact_r .formbox form .inputGroup textarea:valid ~ label,
main .box_contact .box_contact_r .formbox form .inputGroup input:valid ~ label,
main .box_contact .box_contact_r .formbox form .inputGroup textarea:focus ~ label,
main .box_contact .box_contact_r .formbox form .inputGroup input:focus ~ label {
  top: 0;
}
main .box_contact .box_contact_r .formbox form .inputGroup label {
  transition: all 0.5s;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #333;
  font-family: Heebo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
}
main .box_contact .box_contact_r .formbox form .content {
  width: 100%;
  height: 291px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  main .box_contact .box_contact_r .formbox form .content {
    height: 120px;
    margin-bottom: 10px;
  }
}
main .box_contact .box_contact_r .formbox form .content textarea {
  padding-top: 20px;
}
main .box_contact .box_contact_r .formbox form .content label {
  top: 25px;
}
main .box_contact .box_contact_r .formbox form button {
  display: flex;
  align-items: center;
  background-color: #206539;
  padding: 12px 31px;
}
main .box_contact .box_contact_r .formbox form button span {
  color: #FFF;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  margin-right: 43px;
}
main .box_contact .box_contact_r .formbox form button .icon i {
  color: #fff;
  font-size: 24px;
}
main .box_map .map-content {
  height: 500px;
}
@media (max-width: 1199px) {
  footer {
    padding-bottom: 60px;
  }
}
footer .footer .footer_top {
  padding: 60px 0;
  background-color: #206539;
}
@media (max-width: 1199px) {
  footer .footer .footer_top {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  footer .footer .footer_top {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  footer .footer .footer_top {
    padding: 10px 0;
  }
}
footer .footer .footer_top .container {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  footer .footer .footer_top .container {
    flex-direction: column;
  }
}
footer .footer .footer_top .container .footer_top_l {
  width: 360px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  footer .footer .footer_top .container .footer_top_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .footer .footer_top .container .footer_top_l p {
  color: #FAFAFA;
  font-family: "Maven Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  text-transform: uppercase;
}
footer .footer .footer_top .container .footer_top_r {
  width: 74.39716312%;
  padding-left: 27px;
}
@media (max-width: 1199px) {
  footer .footer .footer_top .container .footer_top_r {
    width: 100%;
    padding-left: unset;
  }
}
footer .footer .footer_top .container .footer_top_r form {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  footer .footer .footer_top .container .footer_top_r form {
    flex-direction: column;
  }
}
footer .footer .footer_top .container .footer_top_r form > input {
  margin-right: 12px;
}
@media (max-width: 991px) {
  footer .footer .footer_top .container .footer_top_r form > input {
    margin-right: unset;
  }
}
footer .footer .footer_top .container .footer_top_r form input {
  width: 26.31077216%;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0);
  height: 56px;
  padding-left: 25px;
}
@media (max-width: 991px) {
  footer .footer .footer_top .container .footer_top_r form input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }
}
footer .footer .footer_top .container .footer_top_r form input::placeholder {
  transition: all 0.5s;
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer .footer_top .container .footer_top_r form button {
  height: 56px;
  width: 15.25262154%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #FFF;
  padding: 0 10px;
}
@media (max-width: 991px) {
  footer .footer .footer_top .container .footer_top_r form button {
    width: 100%;
    height: 40px;
  }
}
footer .footer .footer_top .container .footer_top_r form button span {
  color: #206539;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  text-transform: capitalize;
  margin-right: 23px;
}
footer .footer .footer_top .container .footer_top_r form button .icon i {
  color: #206539;
  font-size: 32px;
}
footer .footer .footer_mid {
  padding-top: 50px;
  background-color: #fafafa;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  footer .footer .footer_mid {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  footer .footer .footer_mid {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  footer .footer .footer_mid {
    padding: 20px 0;
  }
}
footer .footer .footer_mid .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer .footer_mid .container > div {
    width: 100%;
    margin-bottom: 10px;
  }
}
footer .footer .footer_mid .container .footer_mid_tit {
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  footer .footer .footer_mid .container .footer_mid_tit {
    margin-bottom: 10px;
  }
}
footer .footer .footer_mid .container .footer_mid_tit p {
  color: #333;
  font-family: "Maven Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  footer .footer .footer_mid .container .footer_mid_tit p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  footer .footer .footer_mid .container .footer_mid_tit p {
    font-size: 16px;
  }
}
footer .footer .footer_mid .container .subscribe {
  width: 535px;
}
@media (max-width: 991px) {
  footer .footer .footer_mid .container .subscribe {
    width: 100%;
  }
}
footer .footer .footer_mid .container .subscribe .formbox {
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  footer .footer .footer_mid .container .subscribe .formbox {
    margin-bottom: 12px;
  }
}
footer .footer .footer_mid .container .subscribe .formbox form {
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 100px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  padding-right: 26px;
}
footer .footer .footer_mid .container .subscribe .formbox form input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  height: inherit;
  padding-left: 23px;
}
footer .footer .footer_mid .container .subscribe .formbox form input::placeholder {
  color: #666;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  transition: all 0.5s;
}
footer .footer .footer_mid .container .subscribe .formbox form input:focus::placeholder,
footer .footer .footer_mid .container .subscribe .formbox form input:valid::placeholder {
  opacity: 0;
}
footer .footer .footer_mid .container .subscribe .formbox form button {
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0);
}
footer .footer .footer_mid .container .subscribe .formbox form button .icon i {
  color: #206539;
  font-size: 24px;
}
footer .footer .footer_mid .container .subscribe .subscribe_b {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer .footer_mid .container .subscribe .subscribe_b .media {
  margin-right: 30px;
}
footer .footer .footer_mid .container .subscribe .subscribe_b .media ul {
  display: flex;
  align-items: center;
}
footer .footer .footer_mid .container .subscribe .subscribe_b .media ul li:not(:last-child) {
  margin-right: 12px;
}
footer .footer .footer_mid .container .subscribe .subscribe_b .media ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
footer .footer .footer_mid .container .subscribe .subscribe_b .media ul li a i {
  color: #999999;
  font-size: 20px;
  transition: all 0.5s;
}
footer .footer .footer_mid .container .subscribe .subscribe_b .media ul li a:hover {
  background-color: #206539;
  border-color: #206539;
}
footer .footer .footer_mid .container .subscribe .subscribe_b .media ul li a:hover i {
  color: #fff;
}
footer .footer .footer_mid .container .subscribe .subscribe_b .sitmap {
  margin-right: 16px;
}
footer .footer .footer_mid .container .subscribe .subscribe_b .sitmap a {
  color: #666;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  text-decoration-line: underline;
  transition: all 0.5s;
}
footer .footer .footer_mid .container .subscribe .subscribe_b .sitmap a:hover {
  color: #206539;
}
footer .footer .footer_mid .container .subscribe .subscribe_b .Privacy a {
  color: #666;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  text-decoration-line: underline;
  transition: all 0.5s;
}
footer .footer .footer_mid .container .subscribe .subscribe_b .Privacy a:hover {
  color: #206539;
}
footer .footer .footer_mid .container .Contact {
  width: 243px;
}
@media (max-width: 991px) {
  footer .footer .footer_mid .container .Contact {
    width: 100%;
  }
}
footer .footer .footer_mid .container .Contact ul li:not(:last-child) {
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  footer .footer .footer_mid .container .Contact ul li:not(:last-child) {
    margin-bottom: 4px;
  }
}
footer .footer .footer_mid .container .Contact ul li .item {
  display: flex;
}
footer .footer .footer_mid .container .Contact ul li .item .icon {
  margin-top: 5px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  footer .footer .footer_mid .container .Contact ul li .item .icon {
    margin-right: 10px;
  }
}
footer .footer .footer_mid .container .Contact ul li .item .icon i {
  color: #666666;
  font-size: 18px;
}
footer .footer .footer_mid .container .Contact ul li .item .info > a,
footer .footer .footer_mid .container .Contact ul li .item .info p {
  color: #666;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
}
@media (max-width: 991px) {
  footer .footer .footer_mid .container .Contact ul li .item .info > a,
  footer .footer .footer_mid .container .Contact ul li .item .info p {
    font-size: 14px;
  }
}
footer .footer .footer_mid .container .Contact ul li .item .info > a:not(:last-child),
footer .footer .footer_mid .container .Contact ul li .item .info p:not(:last-child) {
  margin-bottom: 6px;
}
footer .footer .footer_mid .container .Contact ul li .item .info a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  footer .footer .footer_mid .container .linkbox ul {
    display: flex;
    flex-wrap: wrap;
  }
}
footer .footer .footer_mid .container .linkbox ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  footer .footer .footer_mid .container .linkbox ul li:not(:last-child) {
    margin-bottom: 5px;
    margin-right: 10px;
  }
}
footer .footer .footer_mid .container .linkbox ul li a {
  color: #666;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
footer .footer .footer_mid .container .linkbox ul li a:hover {
  text-decoration: underline;
}
footer .footer .footer_bot {
  padding: 15px 0;
  background-color: #f4f4f4;
}
footer .footer .footer_bot p {
  text-align: center;
  color: #999;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
}
footer .footer .footer_bot img {
  padding: 0 5px;
}
footer .footer .footer_bot a {
  color: #999;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  transition: all 0.5s;
}
footer .footer .footer_bot a:hover {
  color: #206539;
}
.box-PrivacyPolicy {
  padding: 50px 0;
}
.box-PrivacyPolicy .box-PrivacyPolicy-tit {
  margin-bottom: 20px;
}
.box-PrivacyPolicy .box-PrivacyPolicy-tit p {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.box-PrivacyPolicy .main p,
.box-PrivacyPolicy .main li {
  color: #000;
  font-size: 16px;
}
.box-PrivacyPolicy .main ul,
.box-PrivacyPolicy .main li,
.box-PrivacyPolicy .main ol {
  list-style: initial;
}
.box-PrivacyPolicy .main li {
  margin-left: 1em;
}
.xs-nav {
  display: none;
}
@media (max-width: 1199px) {
  .xs-nav {
    display: block;
  }
}
.xs-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.xs-nav ul li {
  margin-right: 10px;
  margin-bottom: 5px;
}
.xs-nav ul li a {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
